home *** CD-ROM | disk | FTP | other *** search
/ X User Tools / X User Tools (O'Reilly and Associates)(1994).ISO / sun4c / archive / tcltk.z / tcltk / man / catn / lower.n < prev    next >
Encoding:
Text File  |  1994-09-20  |  1.3 KB  |  67 lines

  1.  
  2.  
  3.  
  4. lower(n)                   Tk Commands                        3.3
  5.  
  6.  
  7.  
  8. _________________________________________________________________
  9.  
  10. NAME
  11.      lower - Change a window's position in the stacking order
  12.  
  13. SYNOPSIS
  14.      lower _w_i_n_d_o_w ?_b_e_l_o_w_T_h_i_s?
  15. _________________________________________________________________
  16.  
  17.  
  18. DESCRIPTION
  19.      If the _b_e_l_o_w_T_h_i_s argument is omitted then the command lowers
  20.      _w_i_n_d_o_w so that it is below all of its siblings in the stack-
  21.      ing order (it will be obscured by any siblings that  overlap
  22.      it  and  will  not  obscure  any siblings).  If _b_e_l_o_w_T_h_i_s is
  23.      specified then it must be the path name of a window that  is
  24.      either a sibling of _w_i_n_d_o_w or the descendant of a sibling of
  25.      _w_i_n_d_o_w.  In this case the lower command will  insert  _w_i_n_d_o_w
  26.      into  the stacking order just below _b_e_l_o_w_T_h_i_s (or the ances-
  27.      tor of _b_e_l_o_w_T_h_i_s that is a sibling of  _w_i_n_d_o_w);  this  could
  28.      end up either raising or lowering _w_i_n_d_o_w.
  29.  
  30.  
  31. KEYWORDS
  32.      lower, obscure, stacking order
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Tk                                                              1
  64.  
  65.  
  66.  
  67.